x86: Fix emulation of PCI access register at I/O port 0xcf8.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 16 Apr 2008 09:04:22 +0000 (10:04 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 16 Apr 2008 09:04:22 +0000 (10:04 +0100)
commitf464d312c7b7185b7174434b61d00903949d3a76
tree40de0c7121e9f8d389227ac8b1e11cad3fa9f62c
parentbb475a64eafb31fb5f36d64bc740cc21e6095dec
x86: Fix emulation of PCI access register at I/O port 0xcf8.
The register is only visible for DWORD accesses. Furthermore, some
chipsets place other registers in the range 0xf8-0xcfb for sub-DWORD
accesses.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/domain_build.c
xen/arch/x86/traps.c